Approve Transaction
This API is used to approve the transactions created by a program maker or program checker.
Method: POST
Endpoint:
http://localhost:4041/rpc/VisaDirectService/ApproveTransaction
Request
Payload Parameters
Sample Request
{
"referenceNumbers": [
"34e32d51520a4d0bb5b72e5b118c7006"
]
}
Sample Response
{
"approvedTransactions": [
"3c7e41f178e64206a830ff7b00873b74"
]
}